home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00217.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  234 b   |  18 lines

  1. on exitFrame
  2.   global in
  3.   if in = 0 then
  4.     girlin()
  5.   else
  6.     girlout()
  7.     delayFor(15)
  8.     girlin()
  9.   end if
  10.   puppetSound(0)
  11.   if soundBusy(1) then
  12.     sound stop 1
  13.   end if
  14.   if soundBusy(2) then
  15.     sound stop 2
  16.   end if
  17. end
  18.